compile error
Type
glossary
Description
A problem or mistake in a handler that prevents it from being compiled.
Most often, compile errors are caused by incomplete or incorrect control structures (such as a repeat structure with no end repeat) or by punctuation errors (such as failing to quote a literal string).
Related
constant: quote
control structure: repeat
glossary: handler, literal string, compile, control structure
keyword: end repeat